Skip to main content

All Questions

4votes
1answer
553views

React.js Nested Nav Bar

This was written for a coding challenge for a company I recently starting working for. I'm looking for any suggestions on how to clean up the code, as well as any issues anyone thinks may occur as it ...
Pnsk's user avatar
3votes
1answer
1kviews

Recursively find TypeScript files imported/exported from an entry point

I'd like to know what's the best practice as functional programming in JavaScript to work with arrays and passing them as an argument to a recursive function that may run itself within its branch. In ...
PRAISER's user avatar
3votes
4answers
1kviews

Finding the max sequence finder

Problem Statement Find the max sequence finder. findMaxSequence([3, 2, 3, 4, 2, 2, 4]); ...
overexchange's user avatar
4votes
1answer
77views

Factoring Integers the fun way

Code dump: ...
Simon Kuang's user avatar
5votes
2answers
9kviews

Recursively walking a tree to build up a new one

Could this be better factored as a reduce? ...
Dustin Getz's user avatar

close